home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 144
- Width = 255
- Height = 174
- HorzScrollBar.Range = 193
- VertScrollBar.Range = 121
- ActiveControl = Button1
- Caption = 'Form1'
- Color = clBackground
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 15
- TextWidth = 7
- object Button1: TButton
- Left = 40
- Top = 96
- Width = 153
- Height = 25
- Caption = 'Access interface property'
- TabOrder = 0
- OnClick = Button1Click
- end
- object IntfPropTest1: TIntfPropTest
- IntfProp = IntfImplementor1
- Left = 48
- Top = 40
- end
- object IntfImplementor1: TIntfImplementor
- Left = 152
- Top = 40
- end
- end
-